Skip to content

Retry support for Java-based S3 multipart client for multipart GET to bytes #6328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

davidh44
Copy link
Contributor

@davidh44 davidh44 commented Aug 8, 2025

Motivation and Context

Retry support for Java-based S3 multipart client when downloading with ByteArrayAsyncResponseTransformer

Modifications

  • Add new class ByteArraySplittingTransformer
  • Override split() in ByteArrayAsyncResponseTransformer

Testing

Add Wiremock tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
78.8% Coverage on New Code (required ≥ 80%)
3.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@davidh44 davidh44 changed the title Retry support for Java-based S3 multipart client when downloading with ByteArrayAsyncResponseTransformer Retry support for Java-based S3 multipart client for multipart GET to bytes Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants